module Base
{
    item ZombieMeat
    {
        DisplayName = Zombie Meat,
        DisplayCategory = Food,
        Type = Food,
        Weight = 0.3,
        Icon = Steak,
        BadCold = true,
        BadInMicrowave = false,
        DangerousUncooked = TRUE,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:10|Cooked;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType = Meat,
        GoodHot = true,
        IsCookable = TRUE,
        MinutesToCook = 50,
        MinutesToBurn = 70,
        DaysFresh = 1,
        DaysTotallyRotten = 2,
        HungerChange = -40,
        Calories = 150,
        Carbohydrates = 0.05,
        Lipids = 9,
        Proteins = 20,
        WorldStaticModel = Steak,
        EvolvedRecipeName = Zombie Meat,
        UnhappyChange = 50,
        Poison = true,
        PoisonPower = 5,
        PoisonDetectionLevel = 0,
        Tooltip = Tooltip_item_ZombieMeatPoison,
        OnEat = Cannibalism.OnEat_Meat,
    }

    item HumanMeat
    {
        DisplayName = Human Meat,
        DisplayCategory = Food,
        Type = Food,
        Weight = 0.5,
        Icon = Steak,
        BadCold = true,
        BadInMicrowave = false,
        DangerousUncooked = TRUE,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:10|Cooked;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType = Meat,
        GoodHot = true,
        IsCookable = TRUE,
        MinutesToCook = 40,
        MinutesToBurn = 60,
        DaysFresh = 3,
        DaysTotallyRotten = 5,
        HungerChange = -50,
        Calories = 250,
        Carbohydrates = 0.04,
        Lipids = 15,
        Proteins = 35,
        WorldStaticModel = Steak,
        EvolvedRecipeName = Human Meat,
        OnEat = Cannibalism.OnEat_Meat,
    }
}